Layer:
Drag Handle: Entire Layer
Area Within Layer.  Left: Top: Width: Height:
While Dragging: Bring Layer to Front, then
Constrain Movement.  Up: Down: Left: Right:
Drop Target: Left: Top:
Snap if Within: Pixels of Drop Target
Snap JavaScript: (optional)
Allows drag and drop of a layer.This Action needs to execute before the layer can be dragged, so you must attach it to an initialization event such as BODY onLoad.

When the layer is dropped, the upper-left corner will snap to the target if within range, and the JavaScript will execute. If the target is blank, the JavaScript will execute every time the object is dropped. Movement constraints are relative to the original layer position. For example: to make a vertical slider, set constraints to Up: 100, Down: 100, Left: 0, Right: 0. If a value is blank, movement will not be constrained in that direction.
This Action cannot be used with the current event.

To add this Action, please click Cancel, then select the BODY tag and the onLoad event.